Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

画面先頭行を取得するマクロ関数 GetViewTop を追加 #1393

Merged
merged 1 commit into from
Sep 7, 2020

Conversation

beru
Copy link
Contributor

@beru beru commented Sep 6, 2020

PR の目的

画面先頭行の行番号を取得するマクロ関数を追加します。

カテゴリ

  • 機能追加

仕様・動作説明

マクロ関数の書式は GetViewTop() :Integer です。引数は無しで戻り値が画面先頭行の行番号です。

テスト内容

下記のマクロを実行して、画面先頭行の行番号がステータスバーに表示される事を確認しました。

StatusMsg(GetViewTop());

関連 issue, PR

#1388

@beru beru added the enhancement ■機能追加 label Sep 6, 2020
@AppVeyorBot
Copy link

Build sakura 1.0.3073 completed (commit 3628e5d243 by @beru)

Copy link
Contributor

@berryzplus berryzplus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

問題ないと思います。

取得される行番号は、1から始まる自然数になります。
行番号には折り返し有無の違いで2種類ありますが、どちらにも対応しています。
pr1393test.zip

ドキュメントの表記が分かりづらいことに関していちゃもんがついています(#1336)が、このPRでは既存に合わせた書きっぷりをもって適切なドキュメントが追加された、と判断します。

@beru beru merged commit d7620a5 into sakura-editor:master Sep 7, 2020
@beru beru deleted the macro_GetViewTop branch September 7, 2020 11:47
@beru
Copy link
Contributor Author

beru commented Sep 7, 2020

レビューありがとうございます。Mergeしますた。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ■機能追加
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants